Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update terraform http to 3.4.5 #2181

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 31, 2022

This PR contains the following updates:

Package Type Update Change
http (source) required_provider minor 3.1.0 -> 3.4.5

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

hashicorp/terraform-provider-http (http)

v3.4.5

Compare Source

NOTES:

  • all: This release introduces no functional changes. It does however include dependency updates which address upstream CVEs. (#​452)

v3.4.4

Compare Source

NOTES:

  • data-source/http: Previous versions of this provider ignored any Host headers specified in the request_headers attribute when setting the HTTP request. Any specified Host request header will now be set on the HTTP request.

For example, in the following configuration:

data "http" "example" {
  url      = "https://www.example.com"
  request_headers = {
    Host = "www.differentexample.com"
  }
}

The HTTP request URL host is still www.example.com but the HTTP request Host header will now be www.differentexample.com instead of www.example.com.
(#​440)

BUG FIXES:

  • data-source/http: Allow Host header in request_headers to be set on HTTP request (#​440)

v3.4.3

Compare Source

BUG FIXES:

  • data-source/http: Avoid potentially leaking URL-embedded basic authentication credentials in logs and error messages (#​429)

v3.4.2

Compare Source

NOTES:

  • data-source/http: Previously the HTTP request would unexpectedly always contain a body for all requests. Certain HTTP server implementations are sensitive to this data existing if it is not expected. Requests now only contain a request body if the request_body attribute is explicitly set. To exactly preserve the previous behavior, set request_body = "". (#​388)

BUG FIXES:

  • data-source/http: Ensured HTTP request body is not sent unless configured (#​388)

v3.4.1

Compare Source

BUG FIXES:

  • data-source/http: Includes update to go-retryablehttp fixing preservation of request body on temporary redirects or re-established HTTP/2 connections (#​346)

v3.4.0

Compare Source

ENHANCEMENTS:

  • data-source/http: response_body_base64 has been added and contains a standard base64 encoding of the response body (#​158)
  • data-source/http: Replaced issuing warning on the basis of possible non-text Content-Type with issuing warning if response body does not contain valid UTF-8. (#​158)

v3.3.0

Compare Source

NOTES:

  • This Go module has been updated to Go 1.19 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#​245)

ENHANCEMENTS:

  • data-source/http: Added retry with nested attempts, max_delay_ms and min_delay_ms (#​151)
  • data-source/http: Added request_timeout_ms (#​151)

v3.2.1

Compare Source

BUG FIXES

  • data-source/http: Using DefaultTransport to reinstate previous behavior (e.g., ProxyFromEnvironment) (#​198).

v3.2.0

Compare Source

ENHANCEMENTS:

  • data-source/http: Added ca_cert_pem attribute which allows PEM encoded certificate(s) to be included in the set of root certificate authorities used when verifying server certificates (#​125).
  • data-source/http: Added insecure attribute to allow disabling the verification of a server's certificate chain and host name. Defaults to false (#​125).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from dfroberg as a code owner October 31, 2022 17:32
@renovate renovate bot added the dep/minor label Oct 31, 2022
@renovate renovate bot force-pushed the renovate/http-3.x branch from 9eb4a1e to ad0a9b9 Compare November 7, 2022 17:24
@renovate renovate bot changed the title chore(deps): update terraform http to 3.2.0 chore(deps): update terraform http to 3.2.1 Nov 7, 2022
@renovate renovate bot force-pushed the renovate/http-3.x branch from ad0a9b9 to 7239365 Compare May 27, 2023 17:04
@renovate renovate bot changed the title chore(deps): update terraform http to 3.2.1 chore(deps): update terraform http to 3.3.0 May 27, 2023
@renovate renovate bot changed the title chore(deps): update terraform http to 3.3.0 chore(deps): update terraform http to 3.4.0 Jun 21, 2023
@renovate renovate bot force-pushed the renovate/http-3.x branch from 7239365 to 4ea916c Compare June 21, 2023 20:51
@renovate renovate bot changed the title chore(deps): update terraform http to 3.4.0 chore(deps): update terraform http to 3.4.1 Dec 19, 2023
@renovate renovate bot force-pushed the renovate/http-3.x branch from 4ea916c to 86859f1 Compare December 19, 2023 17:25
@renovate renovate bot force-pushed the renovate/http-3.x branch from 86859f1 to 9f83081 Compare March 1, 2024 02:00
@renovate renovate bot changed the title chore(deps): update terraform http to 3.4.1 chore(deps): update terraform http to 3.4.2 Mar 1, 2024
@renovate renovate bot changed the title chore(deps): update terraform http to 3.4.2 chore(deps): update terraform http to 3.4.3 Jun 3, 2024
@renovate renovate bot force-pushed the renovate/http-3.x branch from 9f83081 to d8c7f89 Compare June 3, 2024 20:13
@renovate renovate bot force-pushed the renovate/http-3.x branch from d8c7f89 to 9a961cb Compare July 31, 2024 15:41
@renovate renovate bot changed the title chore(deps): update terraform http to 3.4.3 chore(deps): update terraform http to 3.4.4 Jul 31, 2024
@renovate renovate bot changed the title chore(deps): update terraform http to 3.4.4 chore(deps): update terraform http to 3.4.5 Sep 10, 2024
@renovate renovate bot force-pushed the renovate/http-3.x branch from 9a961cb to d38e8f5 Compare September 10, 2024 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants